SetIgnoreCertificateErrorsRequest

data class SetIgnoreCertificateErrorsRequest(ignore: Boolean)

Represents request frame that can be used with Security#setIgnoreCertificateErrors operation call.

Enable/disable whether all certificate errors should be ignored.

See also

Constructors

SetIgnoreCertificateErrorsRequest
Link copied to clipboard
fun SetIgnoreCertificateErrorsRequest(ignore: Boolean)

Properties

ignore
Link copied to clipboard
val ignore: Boolean
If true, all certificate errors will be ignored.

Sources

jvm source
Link copied to clipboard